home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / inn-faq / diff3 < prev    next >
Encoding:
Internet Message Format  |  1993-06-04  |  4.2 KB

  1. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!gatech!swrinde!cs.utexas.edu!uunet!news.mentorg.com!sdl!not-for-mail
  2. From: tal@Warren.MENTORG.COM (Tom Limoncelli)
  3. Newsgroups: news.software.nntp,news.software.b,news.answers
  4. Subject: Changes to FAQ: FAQ: Norman's INN quick-start guide (Part 3 of 3)
  5. Supersedes: <inn-faq-changes-3-737870420@Warren.MENTORG.COM>
  6. Followup-To: news.software.nntp
  7. Date: 5 Jun 1993 04:00:36 -0000
  8. Organization: Mentor Graphics - IC Group, Warren, NJ, USA
  9. Lines: 113
  10. Approved: news-answers-request@MIT.Edu
  11. Distribution: world
  12. Expires: 06/20/93
  13. Message-ID: <inn-faq-changes-3-739252830@Warren.MENTORG.COM>
  14. References: <inn-faq-changes-1-739252830@Warren.MENTORG.COM>
  15. Reply-To: Tom_Limoncelli@Warren.MENTORG.COM (Tom Limoncelli)
  16. NNTP-Posting-Host: sdl.warren.mentorg.com
  17. Xref: senator-bedfellow.mit.edu news.software.nntp:4671 news.software.b:14271 news.answers:9080
  18.  
  19. Posted-By: auto-faq 2.4
  20. Archive-name: inn-faq/diff3
  21.  
  22. *** FAQ-inn.3-lastposted    Thu May 20 00:01:01 1993
  23. --- FAQ-inn.3    Sat Jun  5 00:00:03 1993
  24. ***************
  25. *** 1,7 ****
  26.   
  27. ! Last Changed: $Id: FAQ-inn.3,v 1.6 1993/04/13 19:21:00 tal Exp $
  28.   
  29. ! This is a separate guide to installing INN.  It is written for INN 1.3,
  30.   but should work on INN 1.4.  It is written and maintained by Norman J.
  31.   Pieniazek (norman@giardia.pdb.cdc.gov).  Please send updates and
  32.   corrections to him.
  33. --- 1,7 ----
  34.   
  35. ! Last Changed: $Id: FAQ-inn.3,v 1.6 1993/04/13 19:21:00 tal Exp tal $
  36.   
  37. ! This is a separate guide to installing INN.  It is written for INN 1.4,
  38.   but should work on INN 1.4.  It is written and maintained by Norman J.
  39.   Pieniazek (norman@giardia.pdb.cdc.gov).  Please send updates and
  40.   corrections to him.
  41. ***************
  42. *** 8,14 ****
  43.   
  44.   
  45.   
  46. ! INSTALLATION AND MAINTENANCE OF INN 1.3
  47.   
  48.   
  49.   I. INSTALLATION
  50. --- 8,14 ----
  51.   
  52.   
  53.   
  54. ! INSTALLATION AND MAINTENANCE OF INN 1.4
  55.   
  56.   
  57.   I. INSTALLATION
  58. ***************
  59. *** 15,21 ****
  60.   
  61.   
  62.   
  63. ! 1. Get: inn1.3.tar.Z from ftp.uu.net (192.48.96.9).  This file is in
  64.      the directory: /networking/news/nntp/inn
  65.   
  66.   2. Get: patch.tar.Z from ftp.uu.net.  This file is in the directory /pub.
  67. --- 15,21 ----
  68.   
  69.   
  70.   
  71. ! 1. Get: inn1.4.tar.Z from ftp.uu.net (192.48.96.9).  This file is in
  72.      the directory: /networking/news/nntp/inn
  73.   
  74.   2. Get: patch.tar.Z from ftp.uu.net.  This file is in the directory /pub.
  75. ***************
  76. *** 26,40 ****
  77.      /pub/gnu and get the following files.
  78.   
  79.      fgrep        current version: fgrep-1.1
  80. !    gawk            current version: gawk-2.14
  81. !    gcc            current version: gcc-2.3.3
  82.      grep            current version: grep-1.6
  83. !    make            current version: make-3.63
  84. !    sed            current version: sed-1.3
  85.   
  86.      Compile and install these programs starting with make and gcc.
  87.   
  88. ! 4. Get perl-4.0.35.tar.Z from ftp.uu.net - directory: /archive/systems/gnu.
  89.      Compile and install in /usr/bin.
  90.   
  91.   5. As root, create directories:    /usr/local/inn (this is your $INN directory)
  92. --- 26,40 ----
  93.      /pub/gnu and get the following files.
  94.   
  95.      fgrep        current version: fgrep-1.1
  96. !    gawk            current version: gawk-2.15.2
  97. !    gcc            current version: gcc-2.4.2
  98.      grep            current version: grep-1.6
  99. !    make            current version: make-3.65
  100. !    sed            current version: sed-1.14
  101.   
  102.      Compile and install these programs starting with make and gcc.
  103.   
  104. ! 4. Get perl-4.0.36.tar.Z from ftp.uu.net - directory: /archive/systems/gnu.
  105.      Compile and install in /usr/bin.
  106.   
  107.   5. As root, create directories:    /usr/local/inn (this is your $INN directory)
  108. ***************
  109. *** 42,49 ****
  110.                   /news/bin
  111.                   /news/lib
  112.   
  113. ! 6. Move inn1.3.tar.Z to $INN.  Change directory to $INN  
  114. !    Type: "zcat inn1.3.tar.Z | tar xvf -".  This will install
  115.      inn files for compilation.
  116.   
  117.   7. Change directory to $INN/config and follow the instructions
  118. --- 42,49 ----
  119.                   /news/bin
  120.                   /news/lib
  121.   
  122. ! 6. Move inn1.4.tar.Z to $INN.  Change directory to $INN  
  123. !    Type: "zcat inn1.4.tar.Z | tar xvf -".  This will install
  124.      inn files for compilation.
  125.   
  126.   7. Change directory to $INN/config and follow the instructions
  127. -- 
  128. Tom Limoncelli -- tal@warren.mentorg.com (work) -- tal@plts.org (play)
  129. "People are not pigs, they'll eat anything!"   -ambiguous Slavic saying
  130. Disclaimer:  I do not speak for Mentor Graphics.
  131.              I can't even do the accent.
  132.